go/constant.int64Val.String (method, view implemented interface methods)

2 uses

	go/constant (current package)
		value.go#L187: func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
		value.go#L249: func (x int64Val) ExactString() string   { return x.String() }